Then
    ------------------
    Basic keyword
     
     
    Use: Part of the If structure.
     
    If a%>b% Then
    C%=2
    Else C%=1
    EndIf